home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / background_26523.txt < prev    next >
Text File  |  1989-09-06  |  1KB  |  71 lines

  1. -- background: 26523 from stack: in
  2. -- bmap block id: 170715
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: intro
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   global gotoSamples
  9.   put true into goToSamples
  10.   hide menuBar
  11.   hide message box
  12. end openBackground
  13.  
  14. on newCard
  15.   --this blocks the stack's on newCard script
  16.   --We don't have a "map coords" field in this background
  17. end newCard
  18.  
  19.  
  20. -- part 1 (field)
  21. -- low flags: 01
  22. -- high flags: 0000
  23. -- rect: left=63 top=75 right=289 bottom=472
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 0 / 0
  26. -- text alignment: 0
  27. -- font id: 3
  28. -- text size: 14
  29. -- style flags: 0
  30. -- line height: 18
  31. -- part name: first
  32.  
  33.  
  34. -- part 4 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=254 top=283 right=306 bottom=282
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 1013 / 1013
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: 
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   visual effect scroll left
  49.   go to next card
  50. end mouseUp
  51.  
  52.  
  53.  
  54. -- part 5 (button)
  55. -- low flags: 00
  56. -- high flags: 0000
  57. -- rect: left=215 top=283 right=306 bottom=244
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 1014 / 1014
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: 
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   visual effect scroll right
  69.   go to previous card
  70. end mouseUp
  71.